Comparing sequential, adaptive, rayon split and rayon fold
Distribution of execution times over 500 runs red is sequential, blue is adaptive, green is rayon split, yellow is rayon fold,
The Mean statistics are
| algorithm | net time | sequential times | idle time |
|---|
| sequential | 14.049908166 | | 168.598897992 |
| adaptive | 2.554588952 | 0:26.654311598, 1:3.603787872 | 2.3668050099999967 |
| rayon split | 9.220168374 | | 110.642020488 |
| rayon fold | 17.664614804 | | 14.804471253999992 |
The Median statistics are
| algorithm | net time | sequential times | idle time |
|---|
| sequential | 14.051156 | | 168.61387200000001 |
| adaptive | 2.527078 | 0:25.819841, 1:3.60178 | 2.7211139999999965 |
| rayon split | 9.207715 | | 110.49258 |
| rayon fold | 16.771606 | | 3.6830219999999656 |
Comparing median runs
Comparing best runs